home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TNEWCUSTOMDICTIONARY / TNEWCUSTOMDICTIONARY.txt
Text File  |  2006-04-19  |  1KB  |  61 lines

  1. object NewCustomDictionary: TNewCustomDictionary
  2.   Left = 656
  3.   Top = 351
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxNew Custom Dictionary'
  7.   ClientHeight = 102
  8.   ClientWidth = 231
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object EditLabel: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 193
  24.     Height = 13
  25.     Caption = 'xxEnter the new custom dictionary name:'
  26.     FocusControl = NameEdit
  27.   end
  28.   object NameEdit: TEdit
  29.     Left = 8
  30.     Top = 40
  31.     Width = 217
  32.     Height = 21
  33.     TabOrder = 0
  34.   end
  35.   object OKButton: TButton
  36.     Left = 70
  37.     Top = 72
  38.     Width = 75
  39.     Height = 23
  40.     Caption = 'xx&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object CancelButton: TButton
  46.     Left = 150
  47.     Top = 72
  48.     Width = 75
  49.     Height = 23
  50.     Cancel = True
  51.     Caption = 'xx&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.   end
  55.   object DialogControl: TConfigurationDialogCtrl
  56.     OnConfigurationAvailable = DialogControlConfigurationAvailable
  57.     Left = 8
  58.     Top = 72
  59.   end
  60. end
  61.